home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 25 / Cream of the Crop 25.iso / os2 / srefv12i.zip / initfilt.a80 < prev    next >
Text File  |  1997-03-20  |  4KB  |  142 lines

  1. ;User configurable parameters for the SRE-FILTER for GOSERVE. (8/96)
  2. ;
  3. ;This file contains the "user configurable" parameters for the SREFILTR program.
  4. ;
  5. ;It  is treated as a  "included" REXX code, and should
  6. ;contain REXX-legal syntax.  Note that it is NOT called as a procedure, it
  7. ;is "interpreted".
  8. ;
  9. ;   A detailed description of the parameters, what they do and how to change them,
  10. ;   is contained in the INITFILT.DOC file.
  11. ;
  12. ;
  13. ;  In almost all cases the parameters are strings, so
  14. ;  you should remember to put quotes (') aound the stuff on the rhs of
  15. ;  the = sign.  Note that although REXX understands the " or ' character as
  16. ;  string delimiters, for various reasons we highly recommend using  the '
  17. ;  character (and using the " for HTML elements).
  18. ;  Furthermore, you should NOT use the ' quote character inside of
  19. ;  string variables (it will cause problems).  Instead, use the " character.
  20. ;
  21. ;  Exception to the above:
  22. ;        sometimes a 0 (non-quoted), is acceptable, usually with stem variables:
  23. ;           i.e. -- unallowedips.1=0 means "there are no unallowedips "
  24. ;        Also, maxpointdist, upload_maxsize and upload_minfree
  25. ;        expect an integer (either inside or not inside quotes)
  26. ;
  27.  
  28.  
  29. default='adefault'
  30. hosts.1=0
  31. display_env=0
  32. checklog='NO'
  33. DNS_CHECK='NO'
  34. the_realm='arealm'
  35. inhouse_privs=' INHOUSE '
  36. public_privs=' PUBLIC  MESSBOX=* '
  37. home_name='ahomename'
  38. not_found_url='<a href="/"> Visit the HOME_NAME home page? </a> '
  39. no_include='NO'
  40. no_processing='NO'
  41. no_interpret_code='NO'
  42. fix_expire=0.1
  43.  delim_1.1='<!--'
  44.  delim_2.1='-->'
  45.  delim_1.2=0
  46. ;delim_1.2='{'
  47. ;delim_2.2='}'
  48. CHECK_alias='YES'
  49. record_option='YES'
  50. auto_header='HEAD'
  51. AUTO_NAME='aautoname'
  52. owners   = ' owneraddress  '
  53. ; The public_urls entries give public access, using !dir, to the
  54. ; pubfiles subdirectory (and PUBLIC should be an alias for  !dir?pubfiles)
  55. public_urls.1='pubfiles/*'
  56. public_urls.2='!dir?pubfiles* '
  57. public_urls.3='public '
  58. public_urls.4=0
  59. inhouseips.1=0
  60. unallowedips.1=0
  61. verbose=1
  62. allow_access='YES'
  63.  
  64. headers.1=0
  65. footers.1=0
  66.  
  67. inhouse.1=' (Staff Version) '
  68. inhouse.2=' (more Staff Version) '
  69. inhouse.3=0
  70.  
  71. superuser.1='(Super User)'
  72. superuser.2=0
  73.  
  74. option_hit_line=':: still access # '
  75.  
  76. webmaster='awebmaster'
  77.  
  78. upload_maxsize=1000
  79. upload_minfree=20000
  80.  
  81. pre_filter='NO'
  82. prefilter_name='PREFILTR'
  83.  
  84. post_filter='NO'
  85. postfilter_name='POSTFILT'
  86.  
  87. noext_type='REDIR'
  88.  
  89. accept_range='YES'
  90. use_stdout='YES'
  91. add_user_name='YES'
  92. add_resource_name='NO'
  93. check_add_privs='NO'
  94. add_privs_prefix='!'
  95. do_send_piece='NO'
  96. smtp_gateway=0
  97.  
  98. hit_cache_LEN=5
  99. HIT_CACHE_duration=5
  100. hit_owner_suppress='YES'
  101. WRITE_LOGS='YES'
  102.  
  103. htaccess_file='htaccess.'
  104. do_htaccess=0
  105.  
  106. interpret_types=' PL=PERL5 ' 
  107.  
  108. ssi_shtml_only='assishtml'
  109. ssi_cache_on='assicache'
  110.  
  111. dir_exclusion='Htaccess. .htaccess /private describe.txt dir.hdr *.cnt '
  112. DIR_OPTIONS='  notime  no_recurse_dir footerfile  '
  113.  
  114. max_pointdist=50
  115.  
  116. home_dir='ahomedir'
  117.  
  118. cgi_bin_dir='cgibindirectory'
  119. messbox_dir='messageboxdir'
  120. mailbox_dir='mailboxdir'
  121. tempfile_dir='temporarydir'
  122. tempdata_dir='tempdatadir'
  123. upload_dir='uploaddir'
  124. workdata_dir='workingdatadir'
  125. config_dir='configuredir'
  126.  
  127. logon_fail_file='workingdir\LOGFAIL.HTM'
  128. access_fail_file=0
  129.  
  130.  
  131. counter_file='workingdatadir\COUNTER.CNT'
  132. record_all_file='workingdatadir\recrdall.cnt'
  133. sendfile_file='workingdatadir\SENDFILE.CNT'
  134. access_file='workingdatadir\ALL_FILE.CTL'
  135. upload_log='uploaddir\UPLOAD.LOG'
  136.  
  137. alias_file='workingdatadir\ALIASES.IN'
  138. repstrgs_file='workingdatadir\REPSTRGS.IN'
  139. user_file='workingdatadir\USERS.IN'
  140. interpret_file='workingdatadir\INTERPET.IN'
  141. VIRTUAL_FILE= 'workingdatadir\virtual.in'
  142.